func runtime.stopTheWorldWithSema

4 uses

	runtime (current package)
		mgc.go#L726: 		stw = stopTheWorldWithSema(stwGCSweepTerm)
		mgc.go#L937: 		stw = stopTheWorldWithSema(stwGCMarkTerm)
		proc.go#L1449: 		stopTheWorldContext = stopTheWorldWithSema(reason) // avoid write to stack
		proc.go#L1540: func stopTheWorldWithSema(reason stwReason) worldStop {